Standard File Activation Functions
TheCustomGetFilePreview
function presents an Open dialog box to the user and allows the user to view file previews. This function differs from theStandardGetFilePreview
function in that you can provide a custom dialog template and functions to support your template. TheCustomGetFilePreview
function corresponds to the File Manager'sCustomGetFile
routine.You specify your activation function in the
activateProc
parameter. An activation function controls the highlighting of any items whose shape is known only by your application. See Inside Macintosh: Files for more information about standard file activation routines.
Subtopics
- MyActivateProc